body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
h2 {
  text-align: center;
  font-size: 40px;
  color: rgb(90, 46, 46);
  text-shadow: 2.5px 2.5px rgba(0, 0, 0, 0.5);
}
.header-image {
  height: 20vh;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.logo-image {
  position: absolute;
  left: 50px;
  top: 20px;
  height: 130px;
  width: auto;
}
.container {
  position: absolute;
  right: 50px;
  top: 60px;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.menu-link {
  color: white;
  text-decoration: none;
  margin-left: 50px;
}
.menu-link:hover {
  text-decoration: underline;
}
.headline {
  top: 10px;
  text-align: center;
  color: white;
  font-size: 65px;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.5);
}
.brown {
  color: rgb(90, 46, 46);
}
.text-rahmen {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgb(90, 46, 46);
  border-radius: 20px;
  background-color: #fff7e6;
  padding: 20px 30px;
  margin: 40px auto;
  max-width: 900px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.rahmen-bild {
  height: 100px;
  width: auto;
}

.rahmen-text {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  flex: 1;
}

@media (max-width: 600px) {
  .text-rahmen {
    flex-direction: column;
  }
  .rahmen-bild {
    height: 70px;
    margin: 10px 0;
  }
  .rahmen-text {
    padding: 10px;
  }
}

@media (max-width: 1300px) {
  .headline {
    font-size: 55px;
  }
  .header-container {
    height: 90vh;
  }
}

/* bei ≤ 1000px */
@media (max-width: 1000px) {
  .headline {
    font-size: 45px;
  }
  .header-container {
    height: 80vh;
  }
}

/* bei ≤ 900px */
@media (max-width: 900px) {
  .headline {
    font-size: 45px;
  }
  .header-container {
    height: 70vh;
  }
}

/* bei ≤ 800px */
@media (max-width: 800px) {
  .headline {
    font-size: 35px;
  }
  .header-container {
    height: 60vh;
  }
}
.container-bottom {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  display: flex;
}
.bottom-link {
  color: white;
  text-decoration: none;
}
.auftritts-tabelle {
  width: 90%;
  max-width: 900px;
  border-collapse: collapse;
  font-size: 18px;
  background-color: #fff7e6;
  border: 2px solid rgb(90, 46, 46);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.auftritts-tabelle th,
.auftritts-tabelle td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid rgb(90, 46, 46);
}

.auftritts-tabelle th {
  background-color: rgb(90, 46, 46);
  color: white;
  font-size: 20px;
}

.auftritts-tabelle tr:hover {
  background-color: rgba(197, 172, 143, 0.2);
}
